home *** CD-ROM | disk | FTP | other *** search
- Path: news.rain.org!usenet
- From: "Guus Leeuw jr." <guusl@eiffel.com>
- Newsgroups: comp.lang.c
- Subject: Re: I need basic help
- Date: Tue, 27 Feb 1996 11:23:41 -0800
- Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
- Message-ID: <31335A3D.4ABCEA71@eiffel.com>
- References: <4glfaa$gvn@hasle.sn.no>
- NNTP-Posting-Host: @outback.eiffel.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
-
- Syver L°ken wrote:
- >
- > #include<iostream.h>
- >
- > int main ()
- > {
- > cout << " this is a test test ";
- > return (0);
- > }
- >
- > when this simple program is linked ( compiling works ) I get the
- > following error :
- >
- > Linking test.exe:
- > Linker Warning: No module definition file specified: using defaults
- >
- > Linker Error: Undefined symbol OwlMain(int,char far*far*) in library
- > file \BC4\LIB\owlwi.lib in module winmain
- >
- > As you understand , I use Borland and there's obviously something
- > wrong with linking options or libraries , i just can't figure out
- > what!
- >
-
- You might try this in comp.lang.c++ or in a more windows related
- newsgroup such as comp.windows.*.
-
- Regards,
- Guus
-